/* ================================== PRINT ================================== */

/* ============================== ELEMENT SELECTORS ========================= */
body
{
    font-family: "Times New Roman", serif;
    font-size: 80%;
    margin: 0;
}


#main-table
{
    font-size: 1em;
}

h1,h2,h3,h4,h5,h6
{
    font-family: helvetica, arial, sans-serif;
}
/* ============================== /ELEMENT SELECTORS ========================= */

/* =============================== ID SELECTORS ============================= */
#nav-cell, #sideCol, #commonLinksContainer, #breadcrumb-cell, #footerFrame div, .min-width
{
    display: none;
}

#subnav
{
    visibility: hidden;
    height: 0;
    margin: 0;
}

#contentFrame #headerDetails 
{
    width: 55%;
}

#backfileLinks, #contentFrame #headerDetails #rights
{
    width: 80%;
}

#introCellContent
{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 1em 1em 0 1em;
}

#logo-cell
{
    height: 59px;
    margin: auto;
}

#logo-cell h1 {
	display: list-item;
    list-style-image: url('http://www3.interscience.wiley.com/aboutus/images/wiley-intersci_logo_200x47.gif');
    list-style-position: inside;
	background: none;
	width: 100%;
	height: 59px;
}

#page-heading-cell {
    border: 0;
}

#page-heading-cell h1
{
    color: #369;
    font-size: 1.4em;
    text-transform: none;
    font-style: italic;
}

#footerFrame
{
    border-top: 1px solid #CCC;
    font-size: 1em;
    padding-top: 0.5em;
}
/* =============================== /ID SELECTORS ============================= */

/* ============================ Class Selectors ============================= */
.left, .right, .top, .bottom {
	border: 0;
}
/* ============================ /Class Selectors ============================= */

/* ================================== /PRINT ================================== */